projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f2d545
)
* wakeup.c: Include sys/types.h, too; I think that's where time_t
author
Jim Blandy
<jimb@redhat.com>
Tue, 8 Jun 1993 07:15:01 +0000
(07:15 +0000)
committer
Jim Blandy
<jimb@redhat.com>
Tue, 8 Jun 1993 07:15:01 +0000
(07:15 +0000)
comes from, not sys/time.h.
lib-src/wakeup.c
patch
|
blob
|
history
diff --git
a/lib-src/wakeup.c
b/lib-src/wakeup.c
index d2035e3a523649dd3a9a0d493f8b374c6d925c23..07c324d12101660cbc5e3c79e7478b5843f51e66 100644
(file)
--- a/
lib-src/wakeup.c
+++ b/
lib-src/wakeup.c
@@
-2,6
+2,7
@@
#include <stdio.h>
#include <time.h>
+#include <sys/types.h>
#include <sys/time.h>
struct tm *localtime ();